home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk27 / figlist / makefile < prev    next >
Encoding:
Makefile  |  1995-03-19  |  186 b   |  15 lines

  1. # Makefile for figlist, assuming Manx C
  2. #
  3.  
  4. figlist:    figlist.o
  5.         ln figlist -lc
  6.  
  7. figlist.o:    figlist.c
  8.         cc figlist
  9.  
  10. figdump:    figdump.o
  11.         ln figdump -lc
  12.  
  13. figdump.o:    figdump.c
  14.         cc figdump
  15.